OpenBuildings GenerativeComponents Help

Add

Returns a new list comprising all members of the given list, plus the given additional value.

object[] Add(object[] list, object any)

This function does not change the given list. To add a new member directly to the end of a list, call the Add method on that list, itself.